From 69c48b169edf58da83de632ad124867da2698a8f Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Tue, 27 Mar 2012 13:52:51 +0100 Subject: [PATCH] xl: do not include xenctrl.h Toolstacks which use libxl should not need to use libxc. Signed-off-by: Ian Campbell Committed-by: Ian Jackson Acked-by: Ian Jackson --- tools/libxl/xl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/libxl/xl.c b/tools/libxl/xl.c index df9b1e7528..2b148147f9 100644 --- a/tools/libxl/xl.c +++ b/tools/libxl/xl.c @@ -26,7 +26,6 @@ #include #include #include -#include #include "libxl.h" #include "libxl_utils.h" -- 2.30.2